Next | Prev | Up | Top | Contents | Index

Socket Programming

One standard, portable way to connect processes in different computers is to use the BSD-compatible socket I/O interface. You can use sockets to communicate within the same machine, between machines on a local area network, or between machines on different continents.

For more information about socket programming, refer to one of the networking books listed in "Other Useful Books" on page xxiii.


Next | Prev | Up | Top | Contents | Index